home *** CD-ROM | disk | FTP | other *** search
/ Electronic Clipper 1996 November / Electronic Clipper 1996 November.iso / ideasrc / pyramid.dir / 00001.ls next >
Encoding:
Text File  |  1996-10-11  |  86 b   |  7 lines

  1. on mouseDown
  2.   if the frame > 506 then
  3.     tools()
  4.     go(the frame - 1)
  5.   end if
  6. end
  7.